.header {
  background: white;
}
.header > div {
  position: relative;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  height: 44px;
}
.header .nav {
  float: right;
  height: 80px;
  line-height: 80px;
  color: #455367;
}
.header .nav > a {
  float: left;
  position: relative;
  display: inline-block;
  width: 103px;
  text-align: center;
  border-left: solid 1px white;
  border-right: solid 1px white;
}
.header .nav > a .active-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  display: none;
  background: #0075C9;
}
.header .nav > a:hover, .header .nav > a.active {
  border-left-color: #E8E8E8;
  border-right-color: #E8E8E8;
}
.header .nav > a:hover .active-bar, .header .nav > a.active .active-bar {
  display: block;
}

.footer {
  color: white;
  background: #161A1F;
  padding: 106px 0 103px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../../img/common/footer-bg.png);
}
.footer > div {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.footer .columns {
  display: inline-block;
}
.footer .columns > div {
  display: inline-block;
  float: left;
  width: 184px;
  text-align: left;
}
.footer .columns > div > * {
  display: block;
}
.footer .columns > div .title {
  color: white;
}
.footer .columns > div a {
  color: #999A9B;
  margin-top: 22px;
}
.footer .columns > div a:hover {
  color: #cdcdcd;
}
.footer .qrcode {
  vertical-align: top;
}
.footer .copyright {
  margin-top: 48px;
  color: #7E838E;
}

html, body {
  position: relative;
  font-family: "Microsoft Yahei", sans-serif, serif;
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  background: #EEEEEE;
}

input:not([type]) {
  font-size: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  line-height: normal;
  background: transparent;
  padding: 0;
  height: 100%;
}

input[type=text], input[type=password], input[type=tel] {
  font-size: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  line-height: normal;
  background: transparent;
  padding: 0;
  height: 100%;
}

textarea {
  font-size: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.swiper-container {
  background: #DFDFDF;
}
.swiper-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.swiper-container li {
  float: left;
}
.swiper-container li div.img-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper-container li div.img-wrapper:after {
  display: inline-block;
  content: " ";
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.swiper-container li img {
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -33px;
  width: auto;
  text-align: center;
}

.swiper-pagination-bullet, .swiper-pagination-switch {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 5px;
  background: #fff;
  margin: 0 3px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-pagination-bullet-active, .swiper-active-switch {
  background: #ff6600;
}

.clear-float {
  clear: both;
}

.main-content {
  width: 1200px;
  margin: 0 auto;
}

body {
  background: white;
}

.solutions {
  padding: 62px 0 104px;
}
.solutions .title {
  text-align: center;
  border-bottom: solid 2px #EBEBEB;
}
.solutions .title label {
  display: inline-block;
  font-size: 24px;
  color: #3C495B;
  line-height: 44px;
  padding: 0 14px;
  margin-bottom: -2px;
  border-bottom: solid 3px #F66800;
}
.solutions .content {
  margin-top: 64px;
}
.solutions .content .solution {
  position: relative;
  float: left;
  width: 280px;
  margin: 0 54px;
  color: #3C495B;
  padding-top: 142px;
}
.solutions .content .solution .img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -71px;
  width: 142px;
  height: 142px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 88px;
  border-radius: 50%;
}
.solutions .content .solution label {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.solutions .content .solution .description {
  font-size: 12px;
  line-height: 2em;
  margin-top: 12px;
}
.solutions .content .solution.digit .img {
  background-image: url(../../img/main/index/digit.png);
}
.solutions .content .solution.digit:hover .img {
  background-image: url(../../img/main/index/digit-hover.png);
  background-color: #F66800;
}
.solutions .content .solution.interaction .img {
  background-image: url(../../img/main/index/interaction.png);
}
.solutions .content .solution.interaction:hover .img {
  background-image: url(../../img/main/index/interaction-hover.png);
  background-color: #F66800;
}
.solutions .content .solution.mobile .img {
  background-image: url(../../img/main/index/mobile.png);
}
.solutions .content .solution.mobile:hover .img {
  background-image: url(../../img/main/index/mobile-hover.png);
  background-color: #F66800;
}
.solutions .content .solution.interaction .img {
  background-size: auto 72px;
}

.samples {
  position: relative;
  padding: 10px 0 44px;
  background: #EEEEEE;
}
.samples .title {
  text-align: center;
  border-bottom: solid 2px #EBEBEB;
}
.samples .title label {
  display: inline-block;
  font-size: 24px;
  color: #3C495B;
  line-height: 44px;
  padding: 0 14px;
  margin-bottom: -2px;
  border-bottom: solid 3px #F66800;
}
.samples .content {
  margin-top: 8px;
}
.samples .main-content {
  position: relative;
  text-align: center;
}
.samples .sample {
  width: 278px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.samples .sample > div {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.samples .sample > div img {
  width: 100%;
  height: 100%;
}
.samples .sample > div .view-detail {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 48px;
  background-image: url(../../img/common/search.png);
}
.samples .sample > div .view-detail label {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 32px;
}
.samples .sample > div:hover .view-detail {
  display: block;
  -webkit-animation: fadeIn ease-out 0.3s;
  -moz-animation: fadeIn ease-out 0.3s;
  -ms-animation: fadeIn ease-out 0.3s;
  -o-animation: fadeIn ease-out 0.3s;
  animation: fadeIn ease-out 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.samples .sample > label {
  display: block;
  margin-top: 15px;
  font-size: 15px;
}
.samples .more {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -29px;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../../img/main/index/more.png);
}

.customers {
  padding: 70px 0 96px;
  background: white;
}
.customers .title {
  text-align: center;
  border-bottom: solid 2px #EBEBEB;
}
.customers .title label {
  display: inline-block;
  font-size: 24px;
  color: #3C495B;
  line-height: 44px;
  padding: 0 14px;
  margin-bottom: -2px;
  border-bottom: solid 3px #F66800;
}
.customers .content {
  margin-top: 35px;
}
.customers .main-content {
  text-align: center;
}
.customers .customer {
  position: relative;
  float: left;
  width: 171.42857px;
}

@-webkit-keyframes slideUp {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideUp {
  from {
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideUp {
  from {
    transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideUp {
  from {
    transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
